• frmQuotationRecord1.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmQuotationRecord1
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
31         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
32         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
33         Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
34         Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
35         Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
36         Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
37         Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
38         Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
39         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmQuotationRecord1))
40         Me.Panel1 = New System.Windows.Forms.Panel()
41         Me.GroupBox4 = New System.Windows.Forms.GroupBox()
42         Me.txtCustomerName = New System.Windows.Forms.TextBox()
43         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
44         Me.dtpDateTo = New System.Windows.Forms.DateTimePicker()
45         Me.Label2 = New System.Windows.Forms.Label()
46         Me.btnGetData = New System.Windows.Forms.Button()
47         Me.Label4 = New System.Windows.Forms.Label()
48         Me.dtpDateFrom = New System.Windows.Forms.DateTimePicker()
49         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
50         Me.cmbQuotationNo = New System.Windows.Forms.ComboBox()
51         Me.Panel5 = New System.Windows.Forms.Panel()
52         Me.btnExportExcel = New System.Windows.Forms.Button()
53         Me.btnClose = New System.Windows.Forms.Button()
54         Me.btnReset = New System.Windows.Forms.Button()
55         Me.dgw = New System.Windows.Forms.DataGridView()
56         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
57         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
58         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
59         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
60         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
61         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
62         Me.Column8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
63         Me.Column9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
64         Me.Column11 = New System.Windows.Forms.DataGridViewTextBoxColumn()
65         Me.Column12 = New System.Windows.Forms.DataGridViewTextBoxColumn()
66         Me.Column13 = New System.Windows.Forms.DataGridViewTextBoxColumn()
67         Me.Column14 = New System.Windows.Forms.DataGridViewTextBoxColumn()
68         Me.Column15 = New System.Windows.Forms.DataGridViewTextBoxColumn()
69         Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
70         Me.Column10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
71         Me.Panel2 = New System.Windows.Forms.Panel()
72         Me.Label1 = New System.Windows.Forms.Label()
73         Me.Panel1.SuspendLayout()
74         Me.GroupBox4.SuspendLayout()
75         Me.GroupBox2.SuspendLayout()
76         Me.GroupBox1.SuspendLayout()
77         Me.Panel5.SuspendLayout()
78         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
79         Me.Panel2.SuspendLayout()
80         Me.SuspendLayout()
81         
'
82         
'Panel1
83         
'
84         Me.Panel1.BackColor = System.Drawing.Color.White
85         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
86         Me.Panel1.Controls.Add(Me.GroupBox4)
87         Me.Panel1.Controls.Add(Me.GroupBox2)
88         Me.Panel1.Controls.Add(Me.GroupBox1)
89         Me.Panel1.Controls.Add(Me.Panel5)
90         Me.Panel1.Controls.Add(Me.dgw)
91         Me.Panel1.Controls.Add(Me.Panel2)
92         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
93         Me.Panel1.Name =
"Panel1"
94         Me.Panel1.Size = New System.Drawing.Size(
1090, 618)
95         Me.Panel1.TabIndex =
2
96         
'
97         
'GroupBox4
98         
'
99         Me.GroupBox4.Controls.Add(Me.txtCustomerName)
100         Me.GroupBox4.Location = New System.Drawing.Point(
559, 70)
101         Me.GroupBox4.Name =
"GroupBox4"
102         Me.GroupBox4.Size = New System.Drawing.Size(
168, 75)
103         Me.GroupBox4.TabIndex =
51
104         Me.GroupBox4.TabStop = False
105         Me.GroupBox4.Text =
"Search By Customer Name"
106         
'
107         
'txtCustomerName
108         
'
109         Me.txtCustomerName.BackColor = System.Drawing.Color.White
110         Me.txtCustomerName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
111         Me.txtCustomerName.Location = New System.Drawing.Point(
14, 38)
112         Me.txtCustomerName.Name =
"txtCustomerName"
113         Me.txtCustomerName.Size = New System.Drawing.Size(
138, 21)
114         Me.txtCustomerName.TabIndex =
14
115         
'
116         
'GroupBox2
117         
'
118         Me.GroupBox2.Controls.Add(Me.dtpDateTo)
119         Me.GroupBox2.Controls.Add(Me.Label2)
120         Me.GroupBox2.Controls.Add(Me.btnGetData)
121         Me.GroupBox2.Controls.Add(Me.Label4)
122         Me.GroupBox2.Controls.Add(Me.dtpDateFrom)
123         Me.GroupBox2.Location = New System.Drawing.Point(
180, 70)
124         Me.GroupBox2.Name =
"GroupBox2"
125         Me.GroupBox2.Size = New System.Drawing.Size(
373, 75)
126         Me.GroupBox2.TabIndex =
49
127         Me.GroupBox2.TabStop = False
128         Me.GroupBox2.Text =
"Search by Quotation Date"
129         
'
130         
'dtpDateTo
131         
'
132         Me.dtpDateTo.CustomFormat =
"dd/MM/yyyy"
133         Me.dtpDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
134         Me.dtpDateTo.Location = New System.Drawing.Point(
156, 41)
135         Me.dtpDateTo.Name =
"dtpDateTo"
136         Me.dtpDateTo.Size = New System.Drawing.Size(
119, 20)
137         Me.dtpDateTo.TabIndex =
14
138         
'
139         
'Label2
140         
'
141         Me.Label2.AutoSize = True
142         Me.Label2.Location = New System.Drawing.Point(
153, 22)
143         Me.Label2.Name =
"Label2"
144         Me.Label2.Size = New System.Drawing.Size(
26, 13)
145         Me.Label2.TabIndex =
13
146         Me.Label2.Text =
"To :"
147         
'
148         
'btnGetData
149         
'
150         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
151         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
152         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
153         Me.btnGetData.Location = New System.Drawing.Point(
281, 41)
154         Me.btnGetData.Name =
"btnGetData"
155         Me.btnGetData.Size = New System.Drawing.Size(
76, 20)
156         Me.btnGetData.TabIndex =
1
157         Me.btnGetData.Text =
"Get Data"
158         Me.btnGetData.UseVisualStyleBackColor = True
159         
'
160         
'Label4
161         
'
162         Me.Label4.AutoSize = True
163         Me.Label4.Location = New System.Drawing.Point(
13, 22)
164         Me.Label4.Name =
"Label4"
165         Me.Label4.Size = New System.Drawing.Size(
36, 13)
166         Me.Label4.TabIndex =
12
167         Me.Label4.Text =
"From :"
168         
'
169         
'dtpDateFrom
170         
'
171         Me.dtpDateFrom.CustomFormat =
"dd/MM/yyyy"
172         Me.dtpDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
173         Me.dtpDateFrom.Location = New System.Drawing.Point(
16, 41)
174         Me.dtpDateFrom.Name =
"dtpDateFrom"
175         Me.dtpDateFrom.Size = New System.Drawing.Size(
119, 20)
176         Me.dtpDateFrom.TabIndex =
11
177         
'
178         
'GroupBox1
179         
'
180         Me.GroupBox1.Controls.Add(Me.cmbQuotationNo)
181         Me.GroupBox1.Location = New System.Drawing.Point(
9, 70)
182         Me.GroupBox1.Name =
"GroupBox1"
183         Me.GroupBox1.Size = New System.Drawing.Size(
168, 75)
184         Me.GroupBox1.TabIndex =
48
185         Me.GroupBox1.TabStop = False
186         Me.GroupBox1.Text =
"Search By Quotation No."
187         
'
188         
'cmbQuotationNo
189         
'
190         Me.cmbQuotationNo.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
191         Me.cmbQuotationNo.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
192         Me.cmbQuotationNo.FormattingEnabled = True
193         Me.cmbQuotationNo.Location = New System.Drawing.Point(
14, 32)
194         Me.cmbQuotationNo.Name =
"cmbQuotationNo"
195         Me.cmbQuotationNo.Size = New System.Drawing.Size(
138, 21)
196         Me.cmbQuotationNo.TabIndex =
13
197         
'
198         
'Panel5
199         
'
200         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
201         Me.Panel5.Controls.Add(Me.btnExportExcel)
202         Me.Panel5.Controls.Add(Me.btnClose)
203         Me.Panel5.Controls.Add(Me.btnReset)
204         Me.Panel5.Location = New System.Drawing.Point(
733, 75)
205         Me.Panel5.Name =
"Panel5"
206         Me.Panel5.Size = New System.Drawing.Size(
278, 70)
207         Me.Panel5.TabIndex =
46
208         
'
209         
'btnExportExcel
210         
'
211         Me.btnExportExcel.Cursor = System.Windows.Forms.Cursors.Hand
212         Me.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.Popup
213         Me.btnExportExcel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
214         Me.btnExportExcel.Location = New System.Drawing.Point(
101, 23)
215         Me.btnExportExcel.Name =
"btnExportExcel"
216         Me.btnExportExcel.Size = New System.Drawing.Size(
82, 28)
217         Me.btnExportExcel.TabIndex =
5
218         Me.btnExportExcel.Text =
"&Export Excel"
219         Me.btnExportExcel.UseVisualStyleBackColor = True
220         
'
221         
'btnClose
222         
'
223         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
224         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
225         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
226         Me.btnClose.Location = New System.Drawing.Point(
188, 23)
227         Me.btnClose.Name =
"btnClose"
228         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
229         Me.btnClose.TabIndex =
4
230         Me.btnClose.Text =
"&Close"
231         Me.btnClose.UseVisualStyleBackColor = True
232         
'
233         
'btnReset
234         
'
235         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
236         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
237         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
238         Me.btnReset.Location = New System.Drawing.Point(
13, 23)
239         Me.btnReset.Name =
"btnReset"
240         Me.btnReset.Size = New System.Drawing.Size(
82, 28)
241         Me.btnReset.TabIndex =
0
242         Me.btnReset.Text =
"&Reset"
243         Me.btnReset.UseVisualStyleBackColor = True
244         
'
245         
'dgw
246         
'
247         Me.dgw.AllowUserToAddRows = False
248         Me.dgw.AllowUserToDeleteRows = False
249         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
250         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
251         Me.dgw.BackgroundColor = System.Drawing.Color.White
252         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
253         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
254         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
255         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
256         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
257         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
258         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
259         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
260         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
261         Me.dgw.ColumnHeadersHeight =
30
262         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column2, Me.Column3, Me.Column5, Me.Column6, Me.Column1, Me.Column4, Me.Column8, Me.Column9, Me.Column11, Me.Column12, Me.Column13, Me.Column14, Me.Column15, Me.Column7, Me.Column10})
263         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
264         DataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
265         DataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Window
266         DataGridViewCellStyle12.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
267         DataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.ControlText
268         DataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight
269         DataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText
270         DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
271         Me.dgw.DefaultCellStyle = DataGridViewCellStyle12
272         Me.dgw.EnableHeadersVisualStyles = False
273         Me.dgw.GridColor = System.Drawing.Color.White
274         Me.dgw.Location = New System.Drawing.Point(
9, 151)
275         Me.dgw.MultiSelect = False
276         Me.dgw.Name =
"dgw"
277         Me.dgw.ReadOnly = True
278         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
279         DataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
280         DataGridViewCellStyle13.BackColor = System.Drawing.Color.CadetBlue
281         DataGridViewCellStyle13.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
282         DataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.WindowText
283         DataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.DarkSlateGray
284         DataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText
285         DataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
286         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle13
287         Me.dgw.RowHeadersWidth =
25
288         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
289         DataGridViewCellStyle14.BackColor = System.Drawing.Color.White
290         DataGridViewCellStyle14.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
291         DataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.DarkSlateGray
292         DataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.White
293         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle14
294         Me.dgw.RowTemplate.Height =
15
295         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
296         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
297         Me.dgw.Size = New System.Drawing.Size(
1066, 455)
298         Me.dgw.TabIndex =
43
299         
'
300         
'Column2
301         
'
302         Me.Column2.HeaderText =
"Quotation No."
303         Me.Column2.Name =
"Column2"
304         Me.Column2.ReadOnly = True
305         
'
306         
'Column3
307         
'
308         DataGridViewCellStyle3.Format =
"dd/MM/yyyy"
309         Me.Column3.DefaultCellStyle = DataGridViewCellStyle3
310         Me.Column3.HeaderText =
"Quotation Date"
311         Me.Column3.Name =
"Column3"
312         Me.Column3.ReadOnly = True
313         
'
314         
'Column5
315         
'
316         Me.Column5.HeaderText =
"Customer ID"
317         Me.Column5.Name =
"Column5"
318         Me.Column5.ReadOnly = True
319         
'
320         
'Column6
321         
'
322         Me.Column6.HeaderText =
"Customer Name"
323         Me.Column6.Name =
"Column6"
324         Me.Column6.ReadOnly = True
325         
'
326         
'Column1
327         
'
328         Me.Column1.HeaderText =
"Product Code"
329         Me.Column1.Name =
"Column1"
330         Me.Column1.ReadOnly = True
331         
'
332         
'Column4
333         
'
334         Me.Column4.HeaderText =
"Product Name"
335         Me.Column4.Name =
"Column4"
336         Me.Column4.ReadOnly = True
337         
'
338         
'Column8
339         
'
340         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
341         Me.Column8.DefaultCellStyle = DataGridViewCellStyle4
342         Me.Column8.HeaderText =
"Price"
343         Me.Column8.Name =
"Column8"
344         Me.Column8.ReadOnly = True
345         
'
346         
'Column9
347         
'
348         DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
349         Me.Column9.DefaultCellStyle = DataGridViewCellStyle5
350         Me.Column9.HeaderText =
"Quantity"
351         Me.Column9.Name =
"Column9"
352         Me.Column9.ReadOnly = True
353         
'
354         
'Column11
355         
'
356         DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
357         Me.Column11.DefaultCellStyle = DataGridViewCellStyle6
358         Me.Column11.HeaderText =
"Discount %"
359         Me.Column11.Name =
"Column11"
360         Me.Column11.ReadOnly = True
361         
'
362         
'Column12
363         
'
364         DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
365         Me.Column12.DefaultCellStyle = DataGridViewCellStyle7
366         Me.Column12.HeaderText =
"Discount"
367         Me.Column12.Name =
"Column12"
368         Me.Column12.ReadOnly = True
369         
'
370         
'Column13
371         
'
372         DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
373         Me.Column13.DefaultCellStyle = DataGridViewCellStyle8
374         Me.Column13.HeaderText =
"VAT %"
375         Me.Column13.Name =
"Column13"
376         Me.Column13.ReadOnly = True
377         
'
378         
'Column14
379         
'
380         DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
381         Me.Column14.DefaultCellStyle = DataGridViewCellStyle9
382         Me.Column14.HeaderText =
"VAT"
383         Me.Column14.Name =
"Column14"
384         Me.Column14.ReadOnly = True
385         
'
386         
'Column15
387         
'
388         DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
389         Me.Column15.DefaultCellStyle = DataGridViewCellStyle10
390         Me.Column15.HeaderText =
"Total Amount"
391         Me.Column15.Name =
"Column15"
392         Me.Column15.ReadOnly = True
393         
'
394         
'Column7
395         
'
396         DataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
397         Me.Column7.DefaultCellStyle = DataGridViewCellStyle11
398         Me.Column7.HeaderText =
"Grand Total"
399         Me.Column7.Name =
"Column7"
400         Me.Column7.ReadOnly = True
401         
'
402         
'Column10
403         
'
404         Me.Column10.HeaderText =
"Remarks"
405         Me.Column10.Name =
"Column10"
406         Me.Column10.ReadOnly = True
407         
'
408         
'Panel2
409         
'
410         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
411         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
412         Me.Panel2.Controls.Add(Me.Label1)
413         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
414         Me.Panel2.Name =
"Panel2"
415         Me.Panel2.Size = New System.Drawing.Size(
1066, 62)
416         Me.Panel2.TabIndex =
0
417         
'
418         
'Label1
419         
'
420         Me.Label1.AutoSize = True
421         Me.Label1.BackColor = System.Drawing.Color.Transparent
422         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
423         Me.Label1.ForeColor = System.Drawing.Color.White
424         Me.Label1.Location = New System.Drawing.Point(
414, 19)
425         Me.Label1.Name =
"Label1"
426         Me.Label1.Size = New System.Drawing.Size(
174, 24)
427         Me.Label1.TabIndex =
0
428         Me.Label1.Text =
"List Of Quotations"
429         
'
430         
'frmQuotationRecord1
431         
'
432         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
433         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
434         Me.BackColor = System.Drawing.Color.DarkSlateGray
435         Me.ClientSize = New System.Drawing.Size(
1115, 644)
436         Me.Controls.Add(Me.Panel1)
437         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
438         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
439         Me.MaximizeBox = False
440         Me.MinimizeBox = False
441         Me.Name =
"frmQuotationRecord1"
442         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
443         Me.Panel1.ResumeLayout(False)
444         Me.GroupBox4.ResumeLayout(False)
445         Me.GroupBox4.PerformLayout()
446         Me.GroupBox2.ResumeLayout(False)
447         Me.GroupBox2.PerformLayout()
448         Me.GroupBox1.ResumeLayout(False)
449         Me.Panel5.ResumeLayout(False)
450         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
451         Me.Panel2.ResumeLayout(False)
452         Me.Panel2.PerformLayout()
453         Me.ResumeLayout(False)
454
455     End Sub
456     Friend WithEvents Panel1 As System.Windows.Forms.Panel
457     Friend WithEvents Panel2 As System.Windows.Forms.Panel
458     Friend WithEvents Label1 As System.Windows.Forms.Label
459     Friend WithEvents dgw As System.Windows.Forms.DataGridView
460     Friend WithEvents Panel5 As System.Windows.Forms.Panel
461     Friend WithEvents btnClose As System.Windows.Forms.Button
462     Friend WithEvents btnReset As System.Windows.Forms.Button
463     Friend WithEvents btnExportExcel As System.Windows.Forms.Button
464     Friend WithEvents dtpDateTo As System.Windows.Forms.DateTimePicker
465     Friend WithEvents Label2 As System.Windows.Forms.Label
466     Friend WithEvents Label4 As System.Windows.Forms.Label
467     Friend WithEvents dtpDateFrom As System.Windows.Forms.DateTimePicker
468     Friend WithEvents btnGetData As System.Windows.Forms.Button
469     Friend WithEvents cmbQuotationNo As System.Windows.Forms.ComboBox
470     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
471     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
472     Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
473     Friend WithEvents txtCustomerName As System.Windows.Forms.TextBox
474     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
475     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
476     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
477     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
478     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
479     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
480     Friend WithEvents Column8 As System.Windows.Forms.DataGridViewTextBoxColumn
481     Friend WithEvents Column9 As System.Windows.Forms.DataGridViewTextBoxColumn
482     Friend WithEvents Column11 As System.Windows.Forms.DataGridViewTextBoxColumn
483     Friend WithEvents Column12 As System.Windows.Forms.DataGridViewTextBoxColumn
484     Friend WithEvents Column13 As System.Windows.Forms.DataGridViewTextBoxColumn
485     Friend WithEvents Column14 As System.Windows.Forms.DataGridViewTextBoxColumn
486     Friend WithEvents Column15 As System.Windows.Forms.DataGridViewTextBoxColumn
487     Friend WithEvents Column7 As System.Windows.Forms.DataGridViewTextBoxColumn
488     Friend WithEvents Column10 As System.Windows.Forms.DataGridViewTextBoxColumn
489
490 End Class


Gõ tìm kiếm nhanh...